// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01B TN_Widget.CreateTable([['George Clinton and Parliament Funkadelic','The Fillmore - New Orleans','New Orleans, LA','Sunday','5/5/2024','9:00 PM','6237734','George-Clinton-and-Parliament-Funkadelic-5-5-2024'],['George Clinton and Parliament Funkadelic','The Eastern - GA','Atlanta, GA','Thursday','5/16/2024','8:00 PM','6281549','George-Clinton-and-Parliament-Funkadelic-5-16-2024'],['George Clinton and Parliament Funkadelic','Harrah's Cherokee Resort Event Center','Cherokee, NC','Friday','5/17/2024','9:00 PM','6229091','George-Clinton-and-Parliament-Funkadelic-5-17-2024'],['George Clinton and Parliament Funkadelic','9:30 Club','Washington, DC','Sunday','5/19/2024','7:00 PM','6277836','George-Clinton-and-Parliament-Funkadelic-5-19-2024'],['George Clinton and Parliament Funkadelic','Wellmont Theatre','Montclair, NJ','Wednesday','5/22/2024','8:00 PM','6277879','George-Clinton-and-Parliament-Funkadelic-5-22-2024'],['George Clinton and Parliament Funkadelic','The Queen - Wilmington','Wilmington, DE','Thursday','5/23/2024','8:00 PM','6278401','George-Clinton-and-Parliament-Funkadelic-5-23-2024'],['George Clinton and Parliament Funkadelic','Wind Creek Event Center','Bethlehem, PA','Friday','5/24/2024','8:00 PM','6277880','George-Clinton-and-Parliament-Funkadelic-5-24-2024'],['George Clinton and Parliament Funkadelic','Paramount Theatre - Huntington','Huntington, NY','Saturday','5/25/2024','8:00 PM','6277877','George-Clinton-and-Parliament-Funkadelic-5-25-2024'],['George Clinton and Parliament Funkadelic','The Andrew J Brady ICON Music Center','Cincinnati, OH','Tuesday','5/28/2024','8:00 PM','6277882','George-Clinton-and-Parliament-Funkadelic-5-28-2024'],['George Clinton and Parliament Funkadelic','Motorcity Casino Hotel','Detroit, MI','Thursday','5/30/2024','8:00 PM','6277884','George-Clinton-and-Parliament-Funkadelic-5-30-2024'],['George Clinton and Parliament Funkadelic','Mershon Auditorium At Wexner Center For The Arts','Columbus, OH','Friday','5/31/2024','7:00 PM','6277876','George-Clinton-and-Parliament-Funkadelic-5-31-2024'],['George Clinton and Parliament Funkadelic','Outset','Chicago, IL','Saturday','6/1/2024','7:00 PM','6409684','George-Clinton-and-Parliament-Funkadelic-6-1-2024'],['George Clinton and Parliament Funkadelic','Outset','Chicago, IL','Sunday','6/2/2024','7:00 PM','6409691','George-Clinton-and-Parliament-Funkadelic-6-2-2024'],['George Clinton and Parliament Funkadelic','Uptown Theater - KC','Kansas City, MO','Tuesday','6/4/2024','8:00 PM','6284181','George-Clinton-and-Parliament-Funkadelic-6-4-2024'],['George Clinton and Parliament Funkadelic','Ogden Theatre','Denver, CO','Wednesday','6/5/2024','8:00 PM','6278671','George-Clinton-and-Parliament-Funkadelic-6-5-2024'],['George Clinton and Parliament Funkadelic','Pearl Concert Theater At Palms Casino Resort','Las Vegas, NV','Friday','6/7/2024','8:00 PM','6277878','George-Clinton-and-Parliament-Funkadelic-6-7-2024'],['George Clinton and Parliament Funkadelic','Blue Note Summer Sessions at Meritage Resort','Napa, CA','Sunday','6/9/2024','7:00 PM','6277881','George-Clinton-and-Parliament-Funkadelic-6-9-2024'],['George Clinton and Parliament Funkadelic','Mountain Winery','Saratoga, CA','Wednesday','6/12/2024','7:30 PM','6348449','George-Clinton-and-Parliament-Funkadelic-6-12-2024'],['George Clinton and Parliament Funkadelic','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Thursday','6/13/2024','8:00 PM','6286405','George-Clinton-and-Parliament-Funkadelic-6-13-2024'],['George Clinton and Parliament Funkadelic','McMenamins Crystal Ballroom','Portland, OR','Friday','6/14/2024','8:00 PM','6276804','George-Clinton-and-Parliament-Funkadelic-6-14-2024'],['George Clinton and Parliament Funkadelic','Remlinger Farms - WA','Carnation, WA','Saturday','6/15/2024','6:00 PM','6277883','George-Clinton-and-Parliament-Funkadelic-6-15-2024'],['George Clinton and Parliament Funkadelic','Casino Rama Entertainment Centre','Rama, Canada','Friday','6/21/2024','9:00 PM','6377390','George-Clinton-and-Parliament-Funkadelic-6-21-2024']],'George Clinton','http://www.ticketnetwork.com/ticket/George-Clinton-events.aspx');